home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / lsshdown.zip / MAKEFILE < prev   
Text File  |  1993-01-11  |  233b  |  9 lines

  1.  
  2. lsshdown.exe: lsshdown.c lsshdown.res lsshdown.def
  3.  icc -S2 -Ss+ -G4 -Gf+ -Gs+ -O+ -Gd- lsshdown.c lsshdown.def netoem.lib netapi.lib
  4.  rc lsshdown.res lsshdown.exe
  5.  
  6. lsshdown.res: lsshdown.rc lsshdown.ico
  7.  rc -r lsshdown.rc
  8.  
  9.